home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / spaceman_bobs_great_escape.swf / scripts / DefineSprite_29 / frame_2 / DoAction.as
Text File  |  2011-01-13  |  100b  |  7 lines

  1. foot = new Sound(this);
  2. foot.attachSound("foot");
  3. if(_root.soundfx == 1)
  4. {
  5.    foot.start();
  6. }
  7.